home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ooii998.zip / OOINFO.DOC < prev    next >
Text File  |  1992-10-24  |  2KB  |  89 lines

  1.  
  2. OOINFO - Operation: Overkill II BBS Converter Program
  3. ~~~~~~
  4. Copyright (c) 1990 Dustin Nulf and Tom Hazel (Development in Progress)
  5. All Rights Reserved
  6.  
  7.  
  8. This program is used in companion with the Overkill II door game.  OOINFO
  9. reads in the BBS information of the user (name, time left, baud rate, etc.)
  10. and creates a separate file called BBSINFO.OO, containing all the necessary
  11. information for OOII.  The command line is:
  12.  
  13.  
  14.  C:>OOINFO bbstype \directory\ node
  15.  
  16.  
  17. In the "bbstype" field, you must enter a number for the representing bbs
  18. systems:
  19.  
  20.    1   -   SpitFire         (SFDOORS.DAT)
  21.    2   -   Gap/Wildcat 3.0  (DOOR.SYS)
  22.    3   -   GT Power 16.0    (GTUSER.BBS)
  23.    4   -   PCboard 14.5     (PCBOARD.DAT)
  24.    5   -   RBBS             (DORINFOx.DEF)  { where x represents the node }
  25.    6   -   WildCat! 2.x     (CALLINFO.BBS)
  26.    7   -   WWIV             (CHAIN.TXT)
  27.    8   -   Phoenix          (INFO.BBS)
  28.    9   -   GT Power 15.1    (GTUSER.BBS)
  29.   10   -   RemoteAccess     (DORINFOx.DEF)  { where x represents the node }
  30.   11   -   QuickBBS         (DORINFOx.DEF)  { where x represents the node }
  31.   12   -   SearchLight      (CONFIG.SL2)
  32.  
  33.  
  34. The directory must be fairly short in length (less than 40 characters).
  35. Cut off the pathname if your directory line exceeds 40 characters.  Avoid
  36. using a PATH specification if at all possible.  ALWAYS end the directory
  37. field with a '\'.  If not, the program will be unable to find the correct
  38. file.
  39.  
  40. Node numbers are only needed for bbs types of 5,10,11 (RBBS/RA/QuickBBS).
  41.  
  42.  
  43. Batch File Examples:
  44. ~~~~~~~~~~~~~~~~~~~
  45. {PCBoard}
  46.  
  47. CD\OOII
  48. OOINFO 4 \PCBOARD\
  49. MAINTOO
  50. OOII
  51. CD\PCBOARD
  52.  
  53.  
  54. {RemoteAccess}
  55.  
  56. CD\OOII
  57. OOINFO 10 \RA\ 1
  58. MAINTOO
  59. OOII
  60. CD\RA
  61.  
  62.  
  63. {SearchLight}
  64.  
  65. CD\OOII
  66. OOINFO 12 \SLIGHT\
  67. MAINTOO
  68. OOII
  69. CD\SLIGHT
  70.  
  71.  
  72. Notes:
  73. ~~~~~
  74. *GT Powercomm systems do not provide the ComPort in the data files they
  75.  create.  In effect, the node field must be replaced by the Com Port on
  76.  the command line.
  77.  
  78.  For example, GT Powercomm 16.0 running on a Com Port of 2.
  79.  
  80.  OOINFO 3 \GTBBS\ 2
  81.  
  82.  ...or just replace the "2" with "1", whichever setting is your ComPort.
  83.  
  84.  
  85. Telegard BBS does not create its own drop files but can emulate other
  86. BBS dropfiles.  To emulate a DORINFOx.DEF dropfile, use the 'DD' command
  87. for Telegard systems.  This dropfile is equivalent to QBBS's drop file,
  88. which is a type 11.  See above for setting up QBBS with OOINFO.
  89.